/*change text font*/
html, body { 
	font-family: 'hebeda', sans-serif;   
	
}  

/*header*/

header {  
	direction: ltr;
	
} 

header .navbar ul { 
  direction: rtl;
}

/*about me*/
.about-me .about-content .text .info .list label {
  padding-right: 0px; 
}


/*skills*/ 
.skills .skills-content .skill-box .skill-bar .skill-bar-in { 
	right: 0; 
	text-align: left;
}

.skills .skills-content .skill-box .skill-bar .skill-bar-in span { 
	left: 0px; 
}

/*-----------------*/


/*testimonials*/
.testimonials .testimonials-content { 
	direction: ltr;
} 

.testimonials .testimonials-content .testi-slider .slide .testemonial-p {
  font-size: 20px;
	direction: rtl;
}


/*-----------------*/
/*fonts ar*/
.section-title h1 { 
  font-size: 44px; 
}

/*for sub title insection-title*/
.section-title h4 {
	color: #e7eaf6;
	font-size: 22px; 
}

header .navbar ul li a {
  font-size: 19px; 
}

.home .home-content .block h6 { 
  font-size: 26px; 
}

.home .home-content .block h1 {
  font-size: 98px; 
}

.home .home-content .block h3 {
  font-size: 37px;
  margin-top: 22px;
}

.home .home-content .block .cv-btn a { 
  font-size: 18px; 
}

.about-me .about-content .text .myName { 
  font-size: 40px;
}

.about-me .about-content .text h6 span { 
  font-size: 40px; 
}

.about-me .about-content .text p {
  font-size: 20px; 
  line-height: 30px;
}

.about-me .about-content .text .info .list .fa {
  font-size: 21px;
  margin-left: 4px;
}

.about-me .about-content .text .info .list label span { 
  font-size: 20px; 
  margin-left: 7px; 
}

.about-me .about-content .text .info .list p { 
  font-size: 20px;
}

.about-me .about-content .text .info .list .special {
  font-size: 18px;  
}

.services .service-content .box h5 {
  font-size: 24px; 
}

.services .service-content .box p {
  font-size: 18px; 
}

.skills .skills-content .section-title p {
  font-size: 20px; 
}

.skills .skills-content .skill-box .skill-bar .skill-bar-in span { 
  font-size: 17px; 
}

.skills .skills-content .skill-box h6 {
  font-size: 22px; 
}

.portfolio .filter-buttons ul li { 
  font-size: 20px; 
}

.portfolio .portfolio-gallery .item .overlay h4 { 
  font-size: 30px; 
}

.message-text .text h1 {
  font-size: 30px; 
}

.message-text .text ul li #checkmark {
  font-size: 22px; 
}

.message-text .text ul li {
  font-size: 20px; 
}

.message-text .button a { 
  font-size: 22px; 
}
 
.packages .hour {
	font-size: 32px;
  font-weight: 700;
}

.packages .duration {
  font-size: 26px; 
}

.packages .list li { 
  font-size: 20px; 
}

.packages .text2 { 
  font-size: 24px;
}

.packages .text2 .dh {
  font-size: 16px;
}
 
.testimonials .testimonials-content .testi-slider .slide .testemonial-p {
  font-size: 20px; 
}

.testimonials .testimonials-content .testi-slider .slide h3 { 
  font-size: 22px; 
}

.contact-us .contact-form .contact-info .inner-contact h3 {
  font-size: 26px;
}

.contact-us .contact-form .contact-info .inner-contact p { 
  font-size: 20px; 
}

.copyright p { 
  font-size: 20px; 
}

/*Responsive 1*/
@media(max-width: 991px) {  
	
	.home .home-content .block h6 {
		font-size: 28px;
	}
	
	.home .home-content .block h1 { 
    font-size: 70px; 
	}
	
	.home .home-content .block h3 { 
    	font-size: 30px; 
	}
	
	.home .home-content .block .cv-btn a {
    padding: 8px 16px;
    font-size: 16px;
  }
}

/*Responsive 2*/
@media(max-width: 802px) {  /*@media(max-width: 767px) {*/
	

	
	 /*make section title smaller*/ 
	.section-title h1 {  
		font-size: 35px; 
	}   
	
	.section-title h4 { 
	  font-size: 20px;
	}
	
	

	.about-me .about-content .text .myName { 
		font-size: 36px;
	}  
	
	content .text h6 span {
	  font-size: 36px;
	}

	.about-me .about-content .text p {
		font-size: 20px;  
	}
	
	.services .service-content .box h5 {
  		font-size: 26px;
	}

	
	.services .service-content .box p {
	font-size: 16px;   
	}
	
	
	.skills .skills-content .section-title p{
	font-size: 17px;  
}

	
	.message-text .text h1 { 
		font-size: 25px;  
		color: #ffa500;
	} 
	
	.message-text .text ul li {
  		font-size: 18px;
	} 
	
	  .message-text .button a {
		padding: 9px 15px;
		font-size: 17px;
	  }
	
	   .testimonials .testimonials-content .testi-slider .slide .testemonial-p {
		  font-size: 18px;
		}
	
	.packages .button {   
		padding: 10px 15px;   
		font-size: 11px;  
	}
	
	 
	 /*media 650px*/
@media(max-width: 650px) { 

	.home .home-content .block h6 {
		font-size: 20px;  
	}
	
	.home .home-content .block h1 { 
    font-size: 47px;  
	}
	
	.home .home-content .block h3 { 
    font-size: 24px;  
	}
	
		
	.home .home-content .block .cv-btn a { 
		padding: 8px 15px;
       font-size: 15px; 
	}
}
	
/*Responsive 500px*/
@media(max-width: 500px) {  
	
.about-me .about-content .text .myName {
    font-size: 34px;
  }
	
	.about-me .about-content .text h6 span {
  font-size: 34px;
}.
	
.about-me .about-content .text .info .list .fa {
  font-size: 19px;
  margin-left: 4px;
}
	
.about-me .about-content .text .info .list label span {
  font-size: 19px;
  margin-left: 7px;
}
	
.about-me .about-content .text .info .list p {
  font-size: 19px;
}
	
.about-me .about-content .text .info .list .special {
  font-size: 18px;
}	
	
.copyright p {
	font-size: 18px;
}
	
} 

	 
	
































